点击链接让页面在iFrame切换里显示
<html> <body> <a href= "1.html " target= "iFrame1 "> page1 </a> <br/> ...
<html> <body> <a href= "1.html " target= "iFrame1 "> page1 </a> <br/> ...
用正则表达式来验证字符串是否为数字字符串。我们要用到Regex类的isMatch()方法。该类在System.Text.RegularExpressions; 您可以通过using Sys ...
datatable合并两个列 DataSet ds = bll.GetList("CompanyID=" + CompanyID); DataTable dt = ...
Sql中的decimal(a,b) decimal(a,b) a指定指定小数点左边和右边可以存储的十进制数字的最大个数,最大精度38。 b指定小数点右边可以存储的十进制数字的最大个数。小数位数必须是从 ...